home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gchess40.lha / gnuchess4.0p62 / doc / ChangeLog < prev    next >
Text File  |  1993-06-24  |  24KB  |  546 lines

  1. Fri Jun 25 Patchlevel 62 Mike McGann (mwm@hssler.ascom.ch)
  2.     * German language support from Richard Mathar <mathar@fz-rossendorf.de>
  3.     * better research logic from  kongsian@nsrc.nus.sg (Kong Sian)
  4.     * Redo NULLMOVE logic to eliminate hung pieces
  5.     * Redo search/eval/hashtable logic for speed and to optimize gnutest 
  6.       results.
  7.     * Redo and simplify book install stuff
  8.     * Use more estimates down to leafs to speed up search.
  9.     * fix illegal castle move bug and ^C breakout of search slowness
  10. Fri Jan 8 Patchlevel 61 Mike McGann (mwm@hasler.ascom.ch)
  11.     * fix bug in en-passant restoring on unmake of move
  12.     * fix to search timing function bug that  caused it to increase time on takebacks
  13.       or occasionally take a long time for a move
  14.     * new next ply estimate function
  15.     * allow increased time to complete a partial ply MAXTCCOUNTX
  16.     * allow more time per move in necessary MAXTCCOUNT
  17.     * gnuan now skips processing process book moves from Chua Kong Sian (ccecks@nuscc.nus.sg)
  18.     * new KP1K endgame routine from R. Stephan (ralf@ark.abg.sub.org)
  19.     * fix to ElapsedTime nchar declared wrong from T. Mann(mann@src.dec.com)
  20.     * updates for Dec Alpha from T. Mann (mann@src.dec.com)
  21. Fri Oct 30 Patchlevel 60 Mike McGann (mwm@hasler.ascom.ch)
  22.     * null move heuristic from Benno Tietz (tietz@eos.informatik.uni-bonn.de) intalled
  23.     * fixes for ProbeTTTable from Benno Tietz
  24.      * fixes for xget from Tim Mann(mann@src.dec.com)
  25.     * change hash table collision avoidance algorithms
  26.     * two new book formats GDBM (Gnu dbm based) and
  27.       GDX (hash file based).
  28.     * add MSDOS fixes from ccecks@nuscc.nus.sg (Chua Kong Sian (Mr))
  29.       and msdso makefile
  30. Tue Oct 20 Patchlevel 59 Mike McGann (mwm@hasler.ascom.ch)
  31.     * binbookfile is now the main form of book.
  32.     * add rudimentary fischer clock
  33.     * add caching for static evaluations
  34.     * add aging for in core transposition table
  35.     * changes to history killer from tietz@eos.informatik.uni-bonn.de (Benno Tietz)
  36.     * bugfix from ccecks@nuscc.nus.sg (Chua Kong Sian (Mr))
  37.       for history declaration error.
  38.     * Allow full notation for book moves
  39.     * prevent caching of partially evalusted positions.
  40.     * add game time control
  41.     * add capability to feed back the clock for ICS  play
  42.     * gnuan fix en-passant problem
  43.     * gnuchess make book nameable in command line
  44.     * change move output to generate o-o form of castling moves
  45.       to satisfy ICS
  46.     * Speedup evaluation functions
  47.     * fixes to killt from tietz@eos.informatik.uni-bonn.de (Benno Tietz)
  48.     * add moves generated to post output
  49.         * fixes to genmoves from Dan Oetting <oetting@gldfs.cr.usgs.gov>
  50.     * change over to gettimeofday for more accuracy
  51.     * clean up search logic and time control
  52.     * fix transposition search bug
  53. Mon Aug 24 Patchlevel 58 Mike McGann (mwm@hasler.ascom.ch)
  54.     * add Mwpawn, Mbpawn, Mw..., Mb... , p and debug commands to
  55.     gnuchessr. 
  56.     * Fix bug in evaluation logic for hung pieces.
  57.     * Fix time control calculation to add time at time control
  58. Fri Aug 14 Patchlevel 57 Ben Hurwitz (bug fixes) Thierry Leconte (book)
  59.     * Both/force interaction improved.
  60.     * Bug fix to possibles declaration and OR of move with BADMOVE
  61.     * Work better with GM John Nunn book (take care of order of
  62.       lines, don't null the book for at least 3 moves after taken out
  63.       of book, no random opening)
  64.     * Removed exit of program when drawn game detected.
  65.     * Fixed bug that caused program to make 1-move blunders.
  66.       (transposition table caused return 0 when position seen before
  67.        to detect draw which then gets a depth bonus since search
  68.        is inexact so it ends up looking better to make a repetition
  69.        than making a winning 1-mover!)
  70. Sun Jul 2 Patchlevel 56 Henrik Schmiediche
  71.     * Fix test command (patch to dspcom.c). The results
  72.       were off by a factor of 100.
  73.     * Delete lint from Makefile.
  74.     * Better CFLAGS for HP machine.
  75. Mon Jun 29 Patchlevel 55 Stuart Cracraft
  76.     * Apply Mann's FIONREAD-clarification patches
  77.     * Change BOOKFAIL in gnuchess.h so that the program
  78.       always consults the opening book first.
  79.     * Up BOOKBITS to 10 to account for larger book:
  80.   "As currently set up with BOOKBITS equal 8 there is a table of 256
  81.   pointers into the BOOK hashtable. With 20,000 entries and 256 buckets
  82.   it would do a linear search of approx 78 entries per lookup. Increasing
  83.   BOOKBITS to 9 would mean a search of 34 entries etc. and would add 
  84.   256 pointers to the data area. So we probably should make it 10 then."
  85.                         McGann
  86. Fri Jun 26 Patchlevel 54 Mike McGann
  87.     * This version compiles into a version identical with
  88.       3.1+ (and so is much stronger than the previous 4.0).
  89.       But, it has beaten 3.1+ in a short match. Also, it
  90.       has bug fixes, timing control improvements and other
  91.       fixes contained in this list.
  92. Tue Jun 23 Patchlevel 53  Stuart Cracraft / Tim Mann
  93.     * Use a[u]+1 in ataks.c instead of ++a[u].
  94.     * Don't use space bonus tables.
  95. Tue Jun 23 Patchlevel 52  Tom Truscott
  96.     * GNUchess will now compile on the IBM RS/6000 (AIX).
  97.     * Makefile changes needed for older AIX compilers lacking support
  98.       for "cc -c foo.c -o bar.o" (strange but true).
  99.     * The other changes are to appease the picky type checking
  100.       that is enabled by some of the compiler options.
  101. Sat Jun 21 Patchlevel 51  Tim Mann <mann@src.dec.com>
  102.     * Fixed problem with "help" command by removing "fflush(stdin)".
  103.     * "Undo" command now does not add moves to a 1-move time control.
  104.     * Added back feature from 3.1 that lets the user set a maximum
  105.       search time per move instead of using time controls, and changed
  106.       the command line syntax for this feature to be compatible with 3.1,
  107.       removing the ability to set max search depth from the command line.
  108.         * Fixed the "maximum minutes per move" feature in gnuan.
  109.     * Updated and corrected the man page.
  110. Thu Jun 18 Patchlevel 50 Tim Mann
  111.     * Special #ifdefs to not do post for xboard are unnecessary
  112.       and were removed.
  113. Wed Jun 17 Patchlevel 49 Mike McGann, Urban Koisten
  114.     * Fix book code to calloc (Urban)
  115.     * Fixed other code (Mike)
  116. Sun Jun 7 Patchlevel 48 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  117.     * Fix gnuan.c output to be more uniform. And tested that it
  118.       works.
  119. Sat Jun 6 Patchlevel 47 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  120.     * Fix Makefile to correctly define BINBOOK so that parsed
  121.       opening book gets used (if available.)
  122. Sat Jun 6 Patchlevel 46 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  123.     * Various patches from various people to mostly robustify the
  124.       code (exit values to exit, etc.)
  125.     * New book.c handling code and gnuchess.h from Urban to handle
  126.       mega book now under discussion.
  127.     * New Xboard.
  128. Wed Jun  3 Patchlevel 45 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  129.     * Encapsulate Xboard with GNU Chess distribution
  130. Sun May 31 Patchlevel 44 Bart Massey (bart@cs.uoregon.edu)
  131.     * Rename structure element move to bmove in book.c since
  132.       curses.h defines a move macro.
  133.     * Get rid of superfluous returns in dspcom.c and checkbook.c
  134.     * Be sure beep message has an arg in uxdsp.c
  135.     * Add exit status to exit() call in checkbook.c
  136. Sat May 30 Patchlevel 43 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  137.     * Fix checkmate/draw handling.
  138.     * Add current module copyrights and COPYING.
  139.     * Ifdef forced-mate announcements as too buggy.
  140. Fri May 29 Patchlevel 42 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  141.     * HUNGP/HUNGX in eval.c updated to values used by Slate/Atkin
  142.       of Chess 4.x. This fixes a problem with Reinfeld's #281
  143.       and poor play in Alapin's opening. General play against
  144.       me has been much better.
  145. Mon May 11 Patchlevel 41 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  146.     * genmove update to look at less possible promotion moves
  147.     * fix bugs in move ordering logic
  148.           * remove operator time as a default
  149. Thur Apr 30 Patchlevel 40 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  150.     * Book updates from Tim Mann (mann@src.dec.com)
  151.     * Search updates to look more at possible promotion moves
  152.     * Transposition table update from U. Koistinen (md85-epi@nada.kth.se)
  153.           to allow for estimated scores.
  154. Mon Apr 27  Patchlevel 38  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  155.     * book updates for Cochrane from Tim Mann (mann@src.dec.com)
  156.     * added limit for infinite checks in endgame to tree search
  157.           to limit time spent in any branch
  158. Wed Apr 25  Patchlevel 38  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  159.     * fix slowdown caused by previous changes. 
  160. Wed Apr 22  Patchlevel 37  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  161.     * fix sizes of ttable (malloc) and hashfile (-c option)
  162.       to allow for rehashing
  163.     * eliminate pick replace with qsort
  164.     * adjust lookahead limits
  165. Thur Apr 15  Patchlevel 35  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  166.     * fix bugs in search logic
  167. Mon Apr 13  Patchlevel 34  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  168.     * Fix bugs in game win/draw logic.
  169. Fri Apr 8  Patchlevel 34  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  170.     * rewrite time control moving it up a level
  171.     * replace sorts with qsort
  172.     * fix material command to all multiple N's and B's
  173.     * and make it an ifdef on NOMATERIAL
  174. Fri Mar 30  Patchlevel 32  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  175.     * make MINDEPTH a define
  176.     * eliminate #ifdef's for hashbd/hashkey it is always required
  177.     * up MINDEPTH to 2 to always get a hint
  178.     * add some dynamics to eval/estimate decision
  179.     * more dynamic time allocation
  180. Fri Mar 27  Patchlevel 30  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  181.     * fix hashfile code again
  182.     * fix startup for no book present
  183.     * fix race condition in search
  184.     * allow parameters on commands
  185. Wed Mar 25  Patchlevel 28  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  186.     * fix bug in hashfile debug code
  187.     * add material check for draw and material command
  188.     * fix QUIETBACKGROUND code
  189. Tue Mar 24  Patchlevel 27  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  190.     * fix book move reject to not select a ? move
  191.     * add check to HASHFILE option to check for ilegal move
  192.     * document debug options
  193. Mon Mar 23  Patchlevel 26  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  194.     * Add multiple time controls
  195.     * apply fixes from  R.K.Lloyd@compsci.liverpool.ac.uk
  196.       for screen update problems in visual mode
  197. Sun Mar 22  Patchlevel 25  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  198.     * Update man pages
  199.     * fix false mate problem with transposition table
  200.     * add history killers option but don't use it.
  201.     * fix handling of input parameters so the doc and the
  202.     program agree
  203.     * allow time to be specified in seconds (machines are faster now)
  204.     * add QUIETBACKGROUND option from md85-epi@nada.kth.se.
  205.     * put in book patch from md85-epi@nada.kth.se.
  206.  
  207. Sun Mar 15  Patchlevel 22  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  208.     * Add options for SpaceBonus table levels
  209.     * Switch to new book
  210.     * Add polling code for keyboard
  211.  
  212. Tue Mar 10  Patchlevel 21  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  213.     * correct depth test in PutInTTtable
  214.     * patch from Urban Koistinen (md85-epi@nada.kth.se)
  215.       correcting bug in repetition
  216.  
  217. Mon Mar 9  Patchlevel 20
  218.     * correct defaults for MEMSET
  219.  
  220. Sat Mar 7  Patchlevel 19  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  221.     * add speedups by using memset for ZeroRPT
  222.     * rewrite ScoreSpace
  223.     * rewrite pick
  224.  
  225. Thur Mar 5  Patchlevel 18  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  226.     * fix bug in timing that led to negative times
  227.     * change time allocation to be more flexible
  228.     *  based on score and depth
  229.         * eliminate a bad opening from the book
  230.  
  231. Sat Feb 15  Patchlevel 17  Urban Koistinen (md85-epi@nada.kth.se)
  232.         * Added option -T n to set transposition table size 2^n.
  233.         * -r n set rehash to n.
  234.         * Changed repetition to make it work harder.
  235.         * ScoreSpace changed to value central squares higher.
  236.         * Made go change colors so white&black work as they should.
  237.  
  238. Fri Dec 30 08:34:00 1991  Patchlevel 16
  239.     * Fix to eval.c for mis-transcribed sign in ScoreKBNK.
  240.     * Fix to malloc call in init.c.
  241.     * ScorePosition updated with addition of ScoreSpace
  242.           to add in points for threats in a position.
  243.       from  Urban Koistinen (md85-epi@nada.kth.se)
  244.         * Various tuning of parameters
  245.  
  246. Fri Nov 30 08:34:00 1991  Patchlevel 15
  247.     * from nv-90-mho@nada.kth.se
  248.      patch to make listfile name meaningful instead of a random number
  249.     * from  Urban Koistinen (md85-epi@nada.kth.se) move generation
  250.      speedup for non-pawn moves and move selection improvements.
  251.     * from  Mike McGann (mwm@hslrswi.hasler.ascom.ch) added language
  252.      file to allow multiple languages to be supported. Fix broken 
  253.          search on opponents time, fix bad moves in book.
  254.  
  255. Mon Oct 19 08:34:00 1991  Urban Koistinen (md85-epi@nada.kth.se)
  256.         * patchlevel 14
  257.  
  258.     * fix checks in castling logic to only allow kings to do it.
  259.  
  260.     * fix repetition logic  "all pieces are the same" bug.
  261.  
  262. Thur Oct 10 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  263.     * patchlevel 14
  264.  
  265.     * expand the timing logic to allow more time in unstable
  266.      positions
  267.  
  268.     * Update man pages
  269.  
  270.     * Fix printout bug in Checkbook
  271.  
  272. Tue Oct 8 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  273.     * patchlevel 13
  274.  
  275.     * General cleanup, Fix screens, prompts, rate calculation
  276.     
  277. Sun Oct 5 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  278.     * patchlevel 12
  279.     * Change eval.c/KingValue to ignore Mking if the otherside
  280.     has only pawns on the board. Tuning parameter is
  281.     KINGPOSLIMIT.
  282.     
  283.     * Fix time print in gnuchess and gnuchessx. 
  284.  
  285.     * Use ShowMessage for all error messages.
  286.  
  287.     * Fix post option to print time in seconds.
  288.  
  289. Sun Oct 5 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  290.     * patchlevel 11
  291.     * speedups in search. Eliminate unused computation.
  292.  
  293.     * change eval.c/KingValue to ignore Mking if there are
  294.     only pawns on the board. Tuning Parameter is KINGPOSLIMIT.
  295.  
  296.     * make DITHER a tuning parameter.
  297.  
  298. Tue Oct 1 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  299.     * patchlevel 10
  300.     * fix eval bug in ScorePosition. Evaluated pawn structute
  301.     incorrectly. Introduced when gnuchess was split up.
  302.  
  303.     * Change default for SCORETIME to -9000 it plays better
  304.  
  305.     * correct promotion logic for CHESSTOOL and XBOARD only queens
  306.     are generated now.
  307.  
  308.     * correct handling of TOflag for bothsides mode.
  309.  
  310. Mon Sept 27 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  311.     * fix more enpassant bugs in checkgame/checkbook
  312.  
  313.     * misc speedups by inlining code.
  314.     move SqAtakd to ataks.h and inline it.
  315.     
  316.     * Modify checkbook to also read xboard game files and
  317.     check them for illegal moves. 
  318.     
  319.     * fix bug in game.c introduced by patch 8
  320.  
  321. Mon Sept 26 08:34:00 1991  Urban Koistinen (md85-epi@nada.kth.se) 
  322.  
  323.     * Correct the making and unmaking of enpassant moves and
  324.     numerous incorrect usages of ? throughout the program.
  325.  
  326. Mon Sept 24 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  327.  
  328.     * force search re-init if PV chavges due to a timeout
  329.  
  330.     * add patchlevel to the -v option to keep version straight.
  331.     
  332.     * Change search and timing logic. Search now backs up to
  333.     previous level on a timeout. Search adds time to the search
  334.     if the last top level PV is different from the current and
  335.     this level is not finished. Seems to play much stronger.
  336.  
  337. Mon Sept 16 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  338.     
  339.     * Opening book now handles transitions. It continues looking
  340.     at the book until 2 (tunable) successive turns fail to find a move
  341.     there.
  342.  
  343.     * GetOpenings now checks for errors on input. The current book was full 
  344.     of illegal moves. They were filtered out since at game time the book
  345.     move is matched against the legal move list. But it makes for bad
  346.     opening play. EnPassant moves are not allowed in openings(a limitation?)
  347.     Checks made are the there is a piece on the from square belonging
  348.     to the right side and there is no piece or a piece belonging to the
  349.     other side on the to square. There is no check that the piece is 
  350.     moving legally.
  351.     
  352.     * ListGame now makes up the name chess.lst.random#. So if you are
  353.     using xboard to play a match (two machine mode) they won't overwrite.
  354.     
  355.     * Added patch from Randy Ray (rray@SPECLAB.CR.USGS.GOV) to correctly
  356.     format chess.lst
  357.  
  358. Wed Sept 4 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  359.     
  360.     * Renamed gnuchess3.1+ to gnuchess to reflect the split in 
  361.     gnuchess development. There now seems to be 3 threads.
  362.     Gnuchess, gnuchess for windows (3.21), and the gnuchess4
  363.     project if it still exists.
  364.     * Fix chesstool version to handle white as well as black.
  365.     * Split program into modules for easier maintinance and
  366.     development.
  367.     * Fixed Illegal move bug in VerifyMove for promotion moves.
  368.     * Replaced ResponseTime calculations with simpler version that
  369.     stays within the time limits and seems to do as well or better
  370.     in play.
  371.     * General cleanup of the search algorithm
  372.     * Fixed gnuan input processing and termination code.
  373.     * Fixes to work with xboard match mode
  374.     * Added TEST directory with 16 problems from Levy's
  375.       Computer Chess book.
  376.  
  377. Tue Aug  6 18:10:47 1991  Philippe Schnoebelen  (phs@lifia.imag.fr)
  378.  
  379.     * Modify handling of Book in Undo (previously, when you
  380.     backtracked after quitting the book, the program was not able to
  381.     use it again)
  382.  
  383.     * Modify handling of Book in EditBoard and other routines so that
  384.     the Book is not used if you don't start from the regular initial board.
  385.  
  386. Mon Aug  5 17:26:59 1991  Philippe Schnoebelen  (phs@lifia.imag.fr)
  387.  
  388.     * Modify parse in gnuchess.c so that a move can be followed by '?'
  389.     indicating that the program should not play it itself. Such a move
  390.     is stored with the highest bit raised.
  391.           Modify OpeningBook in gnuchess.c so that moves with highest bit
  392.     set are recognized but not played by the program.
  393.  
  394.     * Modify the declaration of array PieceList in gnuchess.[ch] to
  395.     allow for up to 64 men of the same side. Such artificial
  396.     situations can be built with edit and the program must be able to
  397.     deal with them.
  398.  
  399. Mon Aug 1 10:20 1991 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  400.     Split chesstool and xboard versions. Xboard is now
  401.     gnuchessx and chesstool is gnuchessc.
  402.  
  403. Mon Apr 15 10:20 1991 Mike McGann {mwm@hslrswi.hasler.ascom.ch)
  404.     Changed transposition table to cache positions found in transposition file
  405.     Fix Undo's incorrect handling of promotions.
  406.     Fix win and draw determination bugs.
  407.      Fix bug in algbr that prevented correct display of promotion moves.
  408.     Fix Undo to correctly display side to move.
  409.     Add path to command line for save file and load file.
  410.     Make save file human readable
  411.     
  412. Thu May 24 13:42:24 1990  Hans Eric Sandstr|m  (hes at baloo)
  413.     * Fixed a bug reported by Brian Wong (wong@cs.UAlberta.CA) in
  414.     ScoreKPK
  415.  
  416. Sat May  5 15:58:31 1990  Hans Eric Sandstr|m  (hes at baloo)
  417.     * extensive tests on MSDOS for 2 weeks and lots of changes:
  418.     Moved all flags to a special flag structure.
  419.     Added my own TODO file to the DOCUMENTATION.
  420.     Moved GetOpenings and parse from the *dsp.c files.
  421.     Made the transposition table enabled by default.
  422.     Some cleanup in the *dsp.c code.
  423.     Changed UpdateHashbd to a macro.
  424.  
  425. Wed Apr 18 16:38:30 1990  Hans-Erik Sandstr|m  (hes at tiamat)
  426.     * Removed unnessesary global variables:
  427.     (wking, bking, Enemyking, INCscore, slk, InChk, HasPawn,
  428.     Zwmtl, Zbmtl, lpost, KBNKsq) this should make the program more
  429.     readable.
  430.     * Added a mini transposition table to detect repetitions, this
  431.     means that repetition is called more seldom and should save some
  432.     time. The idea for this came from Benno Tietz
  433.     (tietz@eos.informatik.uni-bonn.de)
  434.  
  435. Thu Mar 29 02:49:00 1990  Thorsten Ohl at (td12@ddagsi3.bitnet)
  436.      * nuxdsp.c has been given an ANSI interface (tailored
  437.     after uxdsp.c as of Version 3.00 and a homegrown
  438.     ANSI interface created in January for Version 1.55).
  439.      *    uxdsp.c now understands ^C interrupts.
  440.      *    both nuxdsp.c and uxdsp.c support the graphic characters
  441.     of the IBM PC (can be disabled with -DSEVENBIT).
  442.     It's of course a matter of taste, but I think it looks
  443.     much better.
  444.      * I have added prototypes and a makefile for a **IX compatible
  445.     MS-DOS make (neither Turbo C or Microsoft C will understand
  446.     this!).
  447.      *    some formal parameters are not referenced. This is due to the
  448.     different display interfaces and no problem at all. Just for
  449.     aesthetic reasons I have shut up the compiler by incrementing
  450.     the unreferenced variables.
  451.      *    some longs are assigned to shorts and some shorts to unsigned chars.
  452.     I have introduced a cast in each case, all are o.k. (as far
  453.     as I can tell).
  454.  
  455. Thu Mar  8 09:11:28 1990  Hans-Erik Sandstr|m  (hes at orsa1)
  456.     * The persistent hash table seems to work now. There are still some
  457.     problems using it on a heterogenous network.
  458.  
  459. Sun Mar  4 14:44:44 1990  Hans Eric Sandstr|m  (hes at orsa)
  460.     * I am working on a persistent hash table. Currenly a 10Mb file
  461.     with 262144 entrys. Stuart just asked me to spilt the posdata
  462.     array to make gnuchess work better on a PC, so I did that.
  463.     I have also tried to properly fix the bug that caused gnuchess
  464.     to report mate prematurely. This, I hope, will also improve the
  465.     search.
  466.  
  467. Tue Feb 27 18:27:23 1990  Hans Eric Sandstr|m  (hes at davidson.log-sv.se)
  468.     * used protoize to make a function prototyped version of gnuchess.
  469.     this means that I have to use unprotoize before 'make distribution'
  470.     to make a more portable K&R version.
  471.     removed a ZeroTTable so now the hashtable is kept between moves.
  472.  
  473. Sat Feb 24 13:14:14 1990  Hans Eric Sandstr|m  (hes at orsa)
  474.     * Added a test to detect hash table collisions, define HASHTEST.
  475.     I also removed     the times calls since there is no sense in
  476.     measuring cpu time when    wallclock time is all that counts when
  477.     playing chess.
  478.  
  479. Fri Feb 23 17:25:37 1990  Hans Eric Sandstr|m  (hes at orsa)
  480.     * Compiled gnuchess with gcc1.37 -Wall and got lots of
  481.     implicit decaration warnings. Solved most of these by adding
  482.     external declarations in gnuchess.h.
  483.  
  484. Wed Feb 21 17:41:28 1990 Jouko Holopainen (jhol@tolsun.oulu.fi) 
  485.     * Contributed his code for ECO move entry (again!)
  486.     and a file ansidsp.c (A msdos port of uxdsp.c).
  487.     I(hes) started a merge of ansidsp.c and uxdsp.c.
  488.  
  489. February 8, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  490.     Changed the transpositon table to allow 65536 positions per player.
  491.     This means a 1.3 Mbyte hash table. Introduced simple rehashing. And
  492.     also made setting ttable 0 exclude all transposition code from
  493.     gnuchess (for machines with very little memory).
  494.  
  495.  
  496. February 3, 1990 -- Tom Vijlbrief (tnosoes!tom@nluug.n)
  497.     Contributed code to fix undo of promotions.
  498.     And a bugfix RMBLTY was to small.
  499.  
  500.  
  501. Januari 27, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  502.     Fixed nuxdsp.c to work with my changes (Saved games format)
  503.  
  504.  
  505. Januari 26, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  506.     Verified that the underpromotion routines works.
  507.     Found and fixed the bug that caused gnuchess to report mate
  508.     and draw prematurely.
  509.  
  510.  
  511. Januari 25, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  512.     Received the underpromotion additions from jhol@tolsun.oulu.fi
  513.     Made some optimizations in trapped and KingScan.
  514.     Added more comments on how to improve the search.
  515.     Added info on usage of the array Tree in post mode.
  516.     Changed the index in the transposition table to unsigned short to
  517.     allow a hash table of size 65536.
  518.  
  519.  
  520. Januari 11, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  521.     Formatted gnuchess according to GNU standards with indent.
  522.  
  523.  
  524. Januari 9, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  525.     Inserted a missing comma in KTHRT.
  526.     Removed mvstr1[5],mvstr2[5] from gnuchess.c, they are only used in the
  527.     user-interface routines uxdsp.c nondsp.c anyway.
  528.     Rewrote algbr to generate move strings for underpromotion.
  529.     (ph8k or h7h8k)
  530.     Some optimizations in CaptureList.
  531.     Changed row, column and locn to macros.
  532.     Made memset default and introduced a switch NOMEMSET for
  533.     computers without memset or where memset is a speed penality.
  534.     I tested this on:
  535.         Sparc        - no change
  536.         DECstation    - no change
  537.         Sun3/60        - 4% speed improvment.
  538.     Changed + to | in some bit-field manipulations.
  539.     Fixed the castle-with-moved-rook-bug, removed kingmoved and introduced
  540.     an array Mvboard to keep track on how many times we have moved from a
  541.     particular square.
  542.     Fixed the check for zero division in Time controls.
  543.     Added BINDIR and LIBDIR in the Makefile to set where gnuchess and
  544.     gnuchess.book gets installed.
  545.     All I have to do now is to test if all this works (-:
  546.